Lecture 1_ subjectivism & objectivism.html (1905B)
1 2 <!DOCTYPE html> 3 <html> 4 <head> 5 <meta charset="UTF-8"> 6 7 <title>Lecture 1: subjectivism & objectivism</title> 8 <link rel="stylesheet" href="style.css"/></head> 9 <body> 10 <style type="text/css"> 11 nav a { 12 text-align: left; 13 } 14 nav #name { 15 text-align: right; 16 float: right; 17 font-style: italic; 18 } 19 </style> 20 <nav> 21 <a href="index.html">Index</a> 22 <span id="name">Alex Balgavy</span> 23 </nav> 24 <hr> 25 <div class="exported-note"><h1>Lecture 1: subjectivism & objectivism</h1> 26 27 <div id="rendered-md"><p>cultural relativism: no objective moral standard, only relative to a culture<br> 28 ethics: study of moral standards. these standards are:</p> 29 <ul> 30 <li>subjectivism: based on feelings 31 <ul> 32 <li>example: "boooo i think this sucks"</li> 33 <li>can't account for disagreements (if someone criticises you, you could just say "muh culture")</li> 34 <li>even if agreement in <em>belief</em>, may have a conflict of attitudes: I agree you like something, but think you shouldn't and encourage you not to 35 <ul> 36 <li>objectivist: "you should change your attitude for good reasons"</li> 37 </ul> 38 </li> 39 <li>why people like it: moral standards not 'scientifically testable' so seem up to us</li> 40 <li>why people don't: there's stuff that seems clearly criticizable (slavery, racism) for good reasons</li> 41 </ul> 42 </li> 43 <li>objectivism: based on reasons 44 <ul> 45 <li>example: "this objectively sucks for good reasons"</li> 46 </ul> 47 </li> 48 </ul> 49 <p>why ethics? helps resolve moral dilemmas and make decisions in a systematic, intelligent way.</p> 50 </div></div> 51 </body> 52 </html>